home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 1.0 KB | 40 lines | [TEXT/MPS ] |
- ; File: E16.Locator
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- toolNotFoundErr EQU $0001
- funcNotFoundErr EQU $0002
- sysStrtMtErr EQU $0100 ; can't mount system startup volume
- tlBadRecFlag EQU $0103 ; StartStop record invalid
- tlCantLoad EQU $0104 ; A tool cannot be loaded
- toolVersionErr EQU $0110
- messNotFoundErr EQU $0111
- messageOvfl EQU $0112 ; No message numbers available
- nameTooLong EQU $0113 ; Message name too long
- fileInfoType EQU $0001 ; Message type parameter
- addMessage EQU $0001 ; action parameter
- getMessage EQU $0002 ; action parameter
- deleteMessage EQU $0003 ; action parameter
- mvReturn EQU $0001 ; like ok for dialogs
- mvEscape EQU $0002 ; like cancel for dialogs
- sysTool EQU $0000
- userTool EQU $8000
- ; offset constants for MessageRec
- omessageNext EQU 0
- omessageType EQU 4
- omessageData EQU 6
- ofileNames EQU 8
- ; offset constants for ToolSpec
- otoolNumber EQU 0
- ominVersion EQU 2
- ; offset constants for StartStopRecord
- oflags EQU 0
- ovideoMode EQU 2
- oresFileID EQU 4
- odPageHandle EQU 6
- onumTools EQU 10
- otheTools EQU 12
-